home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000250_news@columbia.edu _Sun Aug 25 22:48:52 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id WAA21792 for <kermit.misc@watsun.cc.columbia.edu>; Sun, 25 Aug 1996 22:48:52 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id WAA09231 for kermit.misc@watsun; Sun, 25 Aug 1996 22:48:51 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.mindlink.net!nntp.portal.ca!news.bc.net!info.ucla.edu!agate!howland.erols.net!news1.erols.com!news
  5. From: "Richard W. Austin" <richard.w.austin@bell-atl.com>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Problem Kermit'ing a file from Unix to VAX/VMS
  8. Date: Sun, 25 Aug 1996 21:31:38 -0500
  9. Organization: Bell Atlantic
  10. Lines: 20
  11. Message-ID: <32210C8A.4C50@bell-atl.com>
  12. Reply-To: richard.w.austin@bell-atl.com
  13. NNTP-Posting-Host: col-as5s37.erols.com
  14. Mime-Version: 1.0
  15. Content-Type: text/plain; charset=us-ascii
  16. Content-Transfer-Encoding: 7bit
  17. X-Mailer: Mozilla 3.0b6Gold (Win95; I)
  18.  
  19. I am having trouble sending a file from Sun Solaris to a VAX.  If I do
  20. it by hand, it works fine.  If I do it in an "expect" script I wrote it
  21. locks up when trying to escape back to my local terminal prior to doing
  22. a send.
  23.  
  24. Here's the deal.  1) the expect script logs in to the VAX fine except it
  25. does not understand the terminal type.  So I get a lot of garbage thrown
  26. back to my screen.  I get around this by just sending a bunch of
  27. carriage returns. 2) then I have Kermit start up and I do a "set escape
  28. 005".  3) then I do a "receive <filename>" and send a \005c to escape
  29. back to the local terminal.  This is where it hangs.
  30.  
  31. o Could it be that since it does not know the terminal type that it just
  32. locks up?
  33.  
  34. o Or is it something else so obvious that I should be embarrased :->
  35.  
  36. Thanks in advance for any and all help/suggestions/comments/...
  37. Rick
  38. richard.w.austin@bell-atl.com, raustin@erols.com